deps: Bump Meziantou.Framework.Win32.CredentialManager from 2.0.1 to 3.0.1 - #408
Conversation
…3.0.1 --- updated-dependencies: - dependency-name: Meziantou.Framework.Win32.CredentialManager dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
erikdarlingdata
left a comment
There was a problem hiding this comment.
Review
What this PR does: Dependabot bump of Meziantou.Framework.Win32.CredentialManager from 2.0.1 → 3.0.1 in src/PlanViewer.App/PlanViewer.App.csproj and src/PlanViewer.Core/PlanViewer.Core.csproj. No source changes.
What's good:
build-and-testis green, so the four call sites insrc/PlanViewer.Core/Services/WindowsCredentialService.cs(WriteCredential,ReadCredential,DeleteCredential,EnumerateCredentials) still compile against the new major version.- 3.0.1 lists
net10.0/net11.0TFMs; both csprojs are onnet10.0, so TFM compatibility is fine.
Needs attention:
-
Base branch is
main, must bedev. Thecheck-branchesjob failed:Pull requests to main are only allowed from dev. Please target the dev branch instead.Dependabot is opening these against
mainby default. Fix at the source in.github/dependabot.ymlby addingtarget-branch: "dev"to each ecosystem entry so all future Dependabot PRs land ondev. Retarget or close/reopen this PR againstdev. -
Major version bump, no release notes. Dependabot reports "No release notes found for this version range" for 2.0.1 → 3.0.1. The compiled API surface used here didn't break, but a manual smoke of credential save/read/delete/enumerate on Windows before merge would be worth it — behavior changes (e.g. persistence semantics, secret encoding) wouldn't show up in
build-and-test. -
PR #407 has the same base-branch issue (
SQLitePCLRaw.bundle_e_sqlite32.1.12 → 3.0.4 targetingmain). Fixingdependabot.ymlonce solves both.
Not blocking on Studio-specific rules — no Avalonia, XAML, brush, PlanAnalyzer, or test-touching changes in this diff.
Generated by Claude Code
Updated Meziantou.Framework.Win32.CredentialManager from 2.0.1 to 3.0.1.
Release notes
Sourced from Meziantou.Framework.Win32.CredentialManager's releases.
No release notes found for this version range.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)